home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-05 | 943 b | 28 lines | [TEXT/CWIE] |
- /*
- This folder contains an example Translation Extension written for
- Metrowerks CodeWarrior Pro 2 and the ETO•23 version of MPW.
-
- The primary purpose of this sample code is to demonstrate the
- methods described in Mac OS Tech Note 1004 (see the Documentation
- folder) to package Translation Extension components with both
- 68K and PowerPC code.
-
- The previous version of this SDK (Macintosh Easy Open SDK) advocated
- packaging Translation Extensions as accelerated code resources.
- Doing this can cause problems.
-
- The proper method for packaging Translation Extension components
- is demonstrated here and should be used by all Translation Extension
- developers.
-
- Notes:
-
- - You can build a 68K-only or PowerPC-only Translation Extension
- with only minor modification to the "thng.r" file.
-
- - You will likely find TranslationComponent.c as a more transparent
- replacement for TranslationExtInterface.o and
- TranslateExtensionInterface.lib
-
- June 5, 1998
- */